From 2d3267ad3bac4b62a0cb1f71deed31a721aac406 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Piotr=20O=C5=BCarowski?= Date: Fri, 7 Dec 2018 00:05:37 +0100 Subject: [PATCH] relax cython dependency Gbp-Pq: Name 0001-relax-cython-dependency.patch --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5bb9e69..68fc7ee 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ from setuptools.command import sdist as setuptools_sdist from setuptools.command import build_ext as setuptools_build_ext -CYTHON_DEPENDENCY = 'Cython==0.29.20' +CYTHON_DEPENDENCY = 'Cython>=0.29.20' # Minimal dependencies required to test asyncpg. TEST_DEPENDENCIES = [ -- 2.30.2